runtime.sigctxt.sigcode (method)
6 uses
runtime (current package)
os_linux.go#L562: code := int32(c.sigcode())
os_linux.go#L892: code := int32(c.sigcode())
os_linux.go#L900: code := int32(c.sigcode())
signal_linux_amd64.go#L48: func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }
signal_unix.go#L713: gp.sigcode0 = uintptr(c.sigcode())
signal_unix.go#L842: print("PC=", hex(c.sigpc()), " m=", mp.id, " sigcode=", c.sigcode())
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |